runtime.sysStatsAggregate.mCacheSys (field)

4 uses

	runtime (current package)
		metrics.go#L378: 				out.scalar = in.sysStats.mCacheSys - in.sysStats.mCacheInUse
		metrics.go#L436: 					in.sysStats.mCacheSys + in.sysStats.buckHashSys +
		metrics.go#L628: 	mCacheSys      uint64
		metrics.go#L652: 		a.mCacheSys = memstats.mcache_sys.load()